AI024
ROCm and HIP: A Detailed 10-Chapter Tutorial
HIP Programming Model and Kernel Development
Learning Objectives
- Identify the architectural differences between host and device execution in the HIP model.
- Develop and launch HIP kernels using grid-and-block-based execution configurations.
- Utilize HIP memory management APIs for efficient data transfer and allocation.
- Apply performance optimization techniques including shared memory and synchronization primitives.